* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}


.calendarTable {
  border: 0px !important;
}
.monthTitle {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 10px;
}
.monthTitle a {
  text-decoration: none;
  color: #29110B;
  border: 1px solid #29110B;
  width: 12px;
  height: 12px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  rotate: 45deg;
  color: transparent;
}

#prevMonth {
  rotate: 225deg;
}

.fa {
  font-size: 0.5em;
}
.calendarTable {
  width: 100%;
  height: 100%;
}
.calendarTable th {
  text-align: center;
  border: 0px !important;
}
.calendarTable tr {
  margin-bottom: 5px;
  border: 0px;
  /* margin-bottom: 10px; */
  border: 0px !important;
  display: flex;
  justify-content: space-around;
}

.calendarTable td {
  display: block;
  aspect-ratio: 1 / 1;
  text-align: center;
  height: 30px;
  border: 0px;
  color: #29110B;
  text-align: center;
font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /* align-content: center; */
  vertical-align: middle;
  display: table-cell;
  line-height: 30px;
}

#month {
color: #29110B;
text-align: center;
/* EN/Body - Semi Bold */
font-family: Inter ,'Noto Sans TC';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
}

.day.active {

 background-image: url(../images/2025images/icn_active_date.png);
 background-size: 100%;
 background-position: center;
 background-repeat: no-repeat;
  color: #F3ECDF
}

.day:hover{
 background-image: url(../images/2025images/date_hover.png);
 background-size: 100%;
 background-position: center;
 background-repeat: no-repeat;
 color: #29110B;
}
.day {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.calendarTable .weekDays{
  color: #6E5D40;
text-align: center;
font-family: Inter ,'Noto Sans TC';
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 18px */
}